/* ----- CLASSES ----- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	background-color: #FFF;
}
 a {
 font-size: inherit;
 color: #327fb1;
}
/*-----IDs-----*/
#container {
	padding: 0;
	vertical-align:top;
	background-color: #fff;
	width: auto;
	background-image: url(images/bg_grad.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#content-contain {
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 880px;
}
#address_book {
	width: auto;
	padding: 5px 30px 30px 30px;
	vertical-align:top;
	text-align: left;
}
#title-header {
	padding-top: 20px;
	padding-left: 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #455560;
	text-decoration: none;
}
#title-top-header {
	padding-left: 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#top {
	width:auto;
	/*height: 65px;*/
	vertical-align: top;
	/* background-color: #FFF;
	background-image: url(images/orange_bar_tile2.jpg);
	background-repeat: repeat-x; */
	border-bottom: solid thin #455560;
}
#top img {
	margin-left: -600px;
	padding-top: 10px;
}

#top-a {
	width:auto;
	height: 50px;
	vertical-align: top;
	background-color: #5a6064;
	background-image: url(images/gradientbg.jpg);
	background-repeat: repeat-x;
}
/*-----CLASSES-----*/
.captures {
	text-align:center;
	margin-bottom: 30px;
	margin-left:34px;
	border: 1px solid #5a6064;
	border-bottom: 2px solid #5a6064;
}
.contentbold {
	font-weight: bold;
}
.content-step1 {
	width: auto;
	margin-bottom:15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 33px;
	vertical-align:top;
	text-align: left;
	background: url(images/bullet1.gif) no-repeat;
}
.content-step2 {
	width: auto;
	margin-bottom:15px;
	padding-right: 10px;
	padding-top: 4px;
	padding-left: 33px;
	vertical-align:top;
	text-align: left;
	background: url(images/bullet2.gif) no-repeat;
}
.content-step3 {
	width: auto;
	margin-bottom:15px;
	padding-right: 10px;
	padding-top: 4px;
	padding-left: 33px;
	vertical-align:top;
	text-align: left;
	background: url(images/bullet3.gif) no-repeat;
}
.content-step4 {
	width: auto;
	margin-bottom:15px;
	padding-right: 10px;
	padding-top: 4px;
	padding-left: 33px;
	vertical-align:top;
	text-align: left;
	background: url(images/bullet4.gif) no-repeat;
}
.content-step5 {
	width: auto;
	margin-bottom:15px;
	padding-right: 10px;
	padding-top: 4px;
	padding-left: 33px;
	vertical-align:top;
	text-align: left;
	background: url(images/bullet5.gif) no-repeat;
}
.isp-container {
	width: 640px;
	height: 200px;
	position:relative;
}
.isp-left {
	position:absolute;
	width: 320px;
	height: 200px;
	left: 0;
	top: 0;
	text-align:center;
}
.isp-right {
	position:relative;
	margin-left: 320px;
	width: 320px;
	height: 200px;
	right: 0;
	top: 0;
	text-align:center;
}
.launch {
	margin-bottom:5px;
	margin-top:8px;
	border: 1px solid #5a6064;
	border-bottom: 2px solid #5a6064;
}
.step-head {
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #5a6064;
	text-decoration: none;
}
#address_book img {
	-webkit-box-shadow: 10px 10px 25px #ccc;
	-moz-box-shadow: 10px 10px 25px #ccc;
	box-shadow: 10px 10px 25px #ccc;

/* For IE 8 */
3. -ms-filter: &quot;
progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')&quot;;
4. /* For IE 5.5 - 7 */
5. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
h1, h2, h3, h4 {
	color: #d3662a;
	}
h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
